Although BCPL was a high-level language ( similar to C), the intermediate code that the compiler generated was called O-code ( Object code). 尽管BCPL是一种高级语言(类似于C),编译器生成的中间代码叫做O-code(对象代码)。
Through a compilation process, this high-level code is compiled into an intermediate representation called object code. 通过一个编译过程,该高级代码被编译成一个名为对象代码的中间表示。
In a compiled language, you have an intermediate step, in which you take the source code, it runs through what's called a checker or a compiler or both, and it creates what's called object code. 而在编译语言里,你就会经过一个中间的步骤,在这种语言里输入源码后,先经过过滤器,或者编译器检查后,它会创建一个叫做目标代码的东西。
The design of intermediate code is analyzed from 3 points: the represent and domain of variable, the design of object model and the description of intermediate code. 自定义中间代码的设计主要是从变量的表示及作用域,对象模型的实现以及程序语句的中间描述三个方面进行讨论。